The IndexedDataTable<(Of <(<'TRow>)>)> type exposes the following members.

Methods

  Name Description
Public method BeginUpdate
Suspends notifications while massive changes are being made to a data table.
Public method EndUpdate
Ends notification suspension started with BeginUpdate()()()().
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the IndexedDataTable<(Of <(<'TRow>)>)>.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Count
Gets the number of rows in the data table.
Public property Indexes
The collection of indexes for this IndexedDataTable<(Of <(<'TRow>)>)>
Public property Item
Gets the row at the specified ordinal position.
Public property Table
Gets the ADO.NET DataTable object represented by this IndexedDataTable<(Of <(<'TRow>)>)>.

Explicit Interface Implementations

See Also